home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / TIE_D.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  3.9 KB  |  119 lines

  1.  
  2. REM ╔═══════════════════════════════════════════════════════════════════════╗
  3. REM ║                   TIE Fighter by LucasArts                            ║
  4. REM ║                                                                       ║
  5. REM ║                       FLCS / WCS II FILE                              ║
  6. REM ║                                                                       ║
  7. REM ║              Digital Throttle - Continuous Characters                 ║
  8. REM ║                                                                       ║
  9. REM ╚═══════════════════════════════════════════════════════════════════════╝
  10.  
  11. REM ╔═══════════════════════════════════════════════════════════════════════╗
  12. REM ║          Written and Tested by Ed Bowser - August, 1994               ║
  13. REM ╚═══════════════════════════════════════════════════════════════════════╝
  14.  
  15. REM                 ╔══════════════════════════════════╗
  16. REM                 ║ Mark II WCS Base Switch Settings ║
  17. REM                 ║                                  ║
  18. REM                 ║ Black Hat switch = Digital       ║
  19. REM                 ║ Red Switch       = Digital       ║
  20. REM                 ╚══════════════════════════════════╝
  21.  
  22. REM NOTE: No throttle statement is needed with the WCS II when run thru the
  23. REM       FLCS as analog! When no throttle statement is encountered for the
  24. REM       WCS II, ANALOG is assumed, and the RED switch must set to ANALOG.
  25.  
  26. REM ╔═══════════════╗
  27. REM ║ Game Settings ║
  28. REM ╚═══════════════╝
  29.  
  30. REM
  31.  
  32. REM ╔══════════════╗
  33. REM ║ MDF Filename ║
  34. REM ╚══════════════╝
  35.  
  36. Mdef TIE_D
  37.  
  38. REM ╔════════════╗
  39. REM ║ Enable WCS ║
  40. REM ╚════════════╝
  41.  
  42. USE WCS
  43.  
  44. REM ╔═══════════════════════════════════════════╗
  45. REM ║ Set Throttle Delay Rate (in Milliseconds) ║
  46. REM ╚═══════════════════════════════════════════╝
  47.  
  48. RATE 20
  49.  
  50. REM ╔════════════════════════════╗
  51. REM ║ Special Macros (@macroname)║
  52. REM ╚════════════════════════════╝
  53.  
  54. REM ╔═══════════════╗
  55. REM ║ FLCS Commands ║
  56. REM ╚═══════════════╝
  57.  
  58. BTN TG2 Camera_ON_OFF
  59.  
  60. BTN H1U /T /N Toggle_Cockpit
  61.         /T /N Front
  62. BTN H1L /P /N Left_/High
  63.         /R /N Front
  64. BTN H1R /P /N Right_High
  65.         /R /N Front
  66. BTN H1D /P /N Rear
  67.         /R /N Front
  68.  
  69. BTN S1 /N Toggle_Norm/High
  70. BTN S2 /N Beam_Weapon
  71. BTN S3 /N Cycle_Weapons
  72. BTN S4 /N Weapon_Modes
  73.  
  74. BTN H2U /N Nearest_Enemy
  75. BTN H2L /N My_Tgt_Attacker
  76. BTN H2R /N Nearest_Attacker
  77. BTN H2D /N Next_Target
  78.  
  79. BTN H3U /N Adj_Laser_Rechg
  80. BTN H3L /N Shields_>Weapons
  81. BTN H3R /N Weapons_>Shields
  82. BTN H3D /N Adj_Shield_Rechg
  83.  
  84. BTN H4U /N Wing_Rpt_Orders
  85. BTN H4L /N Wing_Cover_Me
  86. BTN H4R /N Asgn_Tgt_To_Wing
  87. BTN H4D /N Reinforcement!
  88.  
  89. REM ╔═════════════════╗
  90. REM ║ WCS II Commands ║
  91. REM ╚═════════════════╝
  92.  
  93. BTN T1 Shield_Settings
  94. BTN T2 Show_Damage
  95. BTN T3 Hyperdrive
  96. BTN T4 Throttle_Zero
  97. BTN T5 Throttle_Full
  98. BTN T6 Match_Tgt_Speed
  99. BTN T7 /P /N Inflight_Map
  100.        /R /N Inflight_Map
  101. BTN T8 /P /N Mission_Goals
  102.        /R /N Mission_Goals
  103.  
  104. @Digital_CON
  105. @Throttle_Back
  106.  
  107. REM ╔═══════════════════════════════════════════════════════════════════╗
  108. REM ║                                                                   ║
  109. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE F16C BLOCK 50 FLCS         ║
  110. REM ║ joystick made exclusively by ThrustMaster, Inc.                   ║
  111. REM ║                                                                   ║
  112. REM ║ Don't have one of these joysticks that are so realistic they look ║
  113. REM ║ like they've been ripped out of the jet?  Just pick up your phone ║
  114. REM ║ and dial 503-639-3200 or fire up the FAX machine and send a FAX   ║
  115. REM ║ to ThrustMaster, Inc.  Ask for the Order department.  Have your   ║
  116. REM ║ Visa or MasterCard ready.                                         ║
  117. REM ║                                                                   ║
  118. REM ╚═══════════════════════════════════════════════════════════════════╝
  119.